ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow Namespace / MultiRow<T> Class / ColumnHeadersTemplate Property

In This Topic
    ColumnHeadersTemplate Property (MultiRow<T>)
    In This Topic
    Gets the templates applied in the column header cells.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property ColumnHeadersTemplate As CellTemplate
    public virtual CellTemplate ColumnHeadersTemplate {get;}
    See Also